﻿/*轮播*/
#house-carousel-1 img {
  width: 100%;
  height: 256px;
}

/*右侧三列图片广告*/
.fws-ad-row3-pic {
  margin-bottom: 5px;
}

.fws-ad-row3-pic img {
  width: 100%;
}
.fws-ad-row3-pic-bottom {
  height: 15px;
}

/*出租/出售列表*/
.house-list .media {
  border-top: solid 1px #eee;
  padding-top: 15px;
}
.house-list .media:first-child {
  border-top: none;
  padding-top: 0;
}
.house-list .media .media-heading {
  height: 1.5em;
  overflow: hidden;
}
.house-list .media .media-body p.item {
  line-height: 1.5em;
  height: 1.5em;
  margin-bottom: 5px;
  font-size: 16px;
  overflow: hidden;
}
.house-list .media .media-body p.content {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}
/* 出租列表 */
.news-list .media {
  border-top: solid 1px #eee;
  padding-top: 15px;
}
.news-list .media:first-child {
  border-top: none;
  padding-top: 0;
}
.news-list .media .media-heading {
  height: 1.5em;
  overflow: hidden;
}
.news-list .media .media-body p.item {
  line-height: 1.5em;
  height: 1.5em;
  margin-bottom: 5px;
  font-size: 16px;
  overflow: hidden;
}
.news-list .media .media-body p.content {
  height: 60px;
  line-height: 20px;
  overflow: hidden;
  margin-bottom: 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;  
}


/* 经纪人列表 */
.list-jjr .thumbnail {
  height: 242px;
  overflow: hidden;
}
.list-jjr .thumbnail a{
  height: 232px;
  overflow: hidden;
  display: block;
}
.list-jjr .thumbnail img {
  min-height: 100%;
  width: 100%;
}
.list-jjr .caption h4 {
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-jjr .caption h5 {
  height: 1.5em;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.list-jjr .caption p {
  height: 4em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}
/* 首页经纪人列表 */
.list-idx-jjr .thumbnail a.pic {
  height: 124px;
  overflow: hidden;
  display: block;
}
.list-idx-jjr .thumbnail a.pic img {
  width: 100%;
  min-height: 100%;
}
/* 首页中介列表 */
.list-idx-zj .thumbnail {
  height: 181px;
}
.list-idx-zj .thumbnail a {
  height: 171px;
}
/*经纪人店铺*/
.jjr-shop-banner {
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  height: 180px;
  overflow: hidden;
  border-radius: 5px;
}
.jjr-shop-banner img {
  width: 1140px;
  min-height: 180px;
}
.jjr-shop-name {
  color: white;
  font-size: 40px;
  font-family: "microsoft yahei";
  padding: 0 20px;
  text-shadow: 0 0 5px #fff;
  position: absolute;
  top: 70px;
  left: 50px;
}
/*中介店铺*/
.zj-shop-banner {
  margin-top: 10px;
  margin-bottom: 20px;
  position: relative;
  height: 180px;
  overflow: hidden;
  border-radius: 5px;
}
.zj-shop-banner img.background {
  width: 1140px;
  min-height: 180px;
}
.zj-shop-name {
  color: white;
  font-size: 40px;
  font-family: "microsoft yahei";
  padding: 0 20px;
  text-shadow: 0 0 5px #fff;
  position: absolute;
  top: 50px;
  left: 50px;
}
.zj-shop-banner .xq-qun-qcode {
  bottom: 20px;
  right: 20px;
  top: 20px;
  width: 140px;
  height: 140px;
  position: absolute;
}